@charset "UTF-8";
/*! インデックス */
.cl, #slider ul, #know-tab, #know-detail, #news-tab, #important-tab, #product ul {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, #slider ul:after, #know-tab:after, #know-detail:after, #news-tab:after, #important-tab:after, #product ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html #slider ul, #slider * html ul, * html #know-tab, * html #know-detail, * html #news-tab, * html #important-tab, * html #product ul {
  height: 1%;
}

/*----------------------------------
mv
----------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

#mv-list li {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}
#mv-list li a {
  display: block;
}
#mv-list li:first-child {
  display: block;
}
#mv-list h2 {
  background: none;
}
#mv-list h2 img {
  display: block;
}

@media only screen and (max-width: 736px) {
  #mv {
    height: 0;
    height: auto;
    padding-top: 85.9375%;
  }

  #mv-list li {
    height: 0;
    height: auto;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  #mv-list li a {
    padding-top: 85.9375%;
  }
  #mv-list h2 img {
    display: none;
  }

/*----
  #mv01 h2 {
    background: url(../images//top/images/mv_2020-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv02 h2 {
    background: url(../images//top/images/mv_museum-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv03 h2 {
    background: url(../images//top/images/mv03-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv04 h2 {
    background: url(../images//top/images/mv04-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv05 h2 {
    background: url(../images//top/images/mv05-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv06 h2 {
    background: url(../images//top/images/mv06-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }
-----*/

  #mv01 h2 {
    background: url(../index_slider/mv01-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv02 h2 {
    background: url(../index_slider/mv02-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv03 h2 {
    background: url(../index_slider/mv03-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv04 h2 {
    background: url(../index_slider/mv04-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

  #mv05 h2 {
    background: url(../index_slider/mv05-sp.jpg) 0 50% no-repeat;
    background-size: cover;
  }

}
/*----------------------------------
mv-pointer
----------------------------------*/
#mv-pointer {
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  letter-spacing: -.40em;
  text-align: center;
}
#mv-pointer li {
  display: inline-block;
  margin: 0 9px;
  vertical-align: top;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
#mv-pointer li a:hover {
  display: block;
  width: 13px;
  height: 19px;
  background: url(../images/pointer-on.png) no-repeat;
}
#mv-pointer li a:hover img {
  display: none;
}
#mv-pointer .point-cur img {
  display: none;
}
#mv-pointer .point-cur a {
  display: block;
  width: 13px;
  height: 19px;
  background: url(../images/pointer-on.png) no-repeat;
}

@media only screen and (max-width: 736px) {
  #mv-pointer {
    left: 0;
    bottom: 5px;
    width: 100%;
    margin-left: 0;
  }
}
/*----------------------------------
cnt-top-news
----------------------------------*/
#cnt-top-news dl {
  letter-spacing: -.40em;
  border-bottom: 1px solid #e7ebed;
}
#cnt-top-news dt, #cnt-top-news dd {
  display: inline-block;
  display: block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
#cnt-top-news dt {
  width: 170px;
  font-size: 128.57143%;
  font-weight: bold;
  /* 20160422 matsuoka */
  width: 100%;
  padding-right: 10px;
}
#cnt-top-news dd {
  position:relative;
  width: 790px;
  /* 20160422 matsuoka */
  width: 100%;
}
#cnt-top-news dd a {
  position: relative;
  display: block;
  padding: 15px 0;
}
#cnt-top-news dd a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
#cnt-top-news dd:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-left: 6px solid #004ca1;
}
#cnt-top-news dd span:before {
  content: "- ";
}

@media only screen and (max-width: 736px) {
  #cnt-top-news dl {
    margin-top: 15px;
    border-bottom: none;
  }
  #cnt-top-news dt, #cnt-top-news dd {
    display: block;
    width: 100%;
  }
  #cnt-top-news dt {
    font-size: 92.85714%;
  }
  #cnt-top-news dd {
    line-height: 1.4;
    font-size: 78.57143%;
  }
  #cnt-top-news dd a {
    position: relative;
    padding: 2em 20px 10px 0;
  }
  #cnt-top-news dd span {
    position: absolute;
    top: 0.5em;
    left: 0;
  }
  #cnt-top-news dd span:before {
    display: none;
  }
}
/*----------------------------------
slider
----------------------------------*/
#slider-wrap {
  position: relative;
}

#slider {
  padding: 50px 0 50px;
  overflow: hidden;
}
#slider ul {
  width: 19220px;
}
#slider li {
  float: left;
  width: 300px;
  margin-left: 30px;
  text-align: center;
}
#slider li span {
  display: block;
  margin-top: 10px;
}
#slider li em {
  display: block;
  /* font-size: 114.28571%; */
  font-weight: bold;
}
#slider li img {
  width: 100%;
}
#slider li:first-child {
  margin-left: 0;
}

#prev, #next {
  position: absolute;
  top: 107px;
}
#prev img, #next img {
  width: 56px;
}

#prev {
  left: -87px;
  width: 56px;
  height: 80px;
}

#next {
  right: -87px;
  width: 56px;
  height: 80px;
}

@media only screen and (max-width: 736px) {
  #slider-wrap {
    padding: 30px 0;
  }

  #slider {
    padding: 0;
  }
  #slider li span {
    font-size: 85.71429%;
  }
  #slider li em {
    font-size: 116.66667%;
  }
  #slider li img {
    width: 100%;
  }
  #slider li:first-child {
    margin-left: 0;
  }

  #prev, #next {
    top: 50%;
    margin-top: -60px;
    width: auto;
    height: auto;
  }
  #prev img, #next img {
    width: 34px;
  }

  #prev {
    left: -10px;
  }

  #next {
    right: -10px;
  }
}
/*----------------------------------
know-tab
----------------------------------*/
#know {
  padding: 36px 0 50px;
  background: url(../images/bg-cnt-btm.jpg)/*tpa=http://www.toto.co.jp/images/bg-cnt-btm.jpg*/ 50% 100% no-repeat;
  border-top: 1px solid #e7ebed;
  margin-bottom: -50px;
}
#know h3 {
  margin-bottom: 7px;
  text-align: center;
}
#know h3 img {
  height: 25px;
}
#know h3 + p {
  font-size: 128.57143%;
  color: #212121;
  text-align: center;
}
#know-tab {
  width: 964px;
  margin: 30px 0 25px -4px;
  padding-left: 2px;
}
#know-tab li {
  float: left;
  display: table;
  width: 236px;
  margin: 4px 0 0 4px;
  text-align: center;
  line-height: 1.4;
}
/*#know-tab li:first-child,#know-tab li:first-child + li {
  width: 476px;
}*/
#know-tab li a {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  /* padding-left: 20px; */
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
html>/**/body #know-tab li a {
  border /*\**/: 1px solid #999 \9;
}
#know-tab li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #13449d;
}
#know-tab li .know01:hover {
  /*background-image: url(ico-know01-on.png)*/;
}
#know-tab li .know02:hover {
  /*background-image: url(ico-know04-on.png)*/;
}
#know-tab li .know03:hover {
  /*background-image: url(ico-know05-on.png)*/;
}
#know-tab li .know04:hover {
  /*background-image: url(ico-know03-on.png)*/;
}
#know-tab li .know05:hover {
  /*background-image: url(ico-know09-on.png)*/;
}
#know-tab li .know06:hover {
  /*background-image: url(ico-know07-on.png)*/;
}
#know-tab li .know07:hover {
  /*background-image: url(ico-know06-on.png)*/;
}
#know-tab li .know08:hover {
  /*background-image: url(ico-know10-on.png)*/;
}
#know-tab li .know09:hover {
  /*background-image: url(ico-know08-on.png)*/;
}
#know-tab li .know10:hover {
  /*background-image: url(ico-know02-on.png)*/;
}
#know-tab .know-cur a {
  color: #fff;
  background-color: #12439c;
}
#know-tab .know-cur a:before {
  border-top: 7px solid #fff;
}
#know-tab .know-cur .know01 {
  /*background-image: url(ico-know01-on.png)*/;
}
#know-tab .know-cur .know02 {
  /*background-image: url(ico-know04-on.png)*/;
}
#know-tab .know-cur .know03 {
  /*background-image: url(ico-know05-on.png)*/;
}
#know-tab .know-cur .know04 {
  /*background-image: url(ico-know03-on.png)*/;
}
#know-tab .know-cur .know05 {
  /*background-image: url(ico-know09-on.png)*/;
}
#know-tab .know-cur .know06 {
  /*background-image: url(ico-know07-on.png)*/;
}
#know-tab .know-cur .know07 {
  /*background-image: url(ico-know06-on.png)*/;
}
#know-tab .know-cur .know08 {
  /*background-image: url(ico-know10-on.png)*/;
}
#know-tab .know-cur .know09 {
  /*background-image: url(ico-know08-on.png)*/;
}
#know-tab .know-cur .know10 {
  /*background-image: url(ico-know02-on.png)*/;
}

.know01 {
  /*background-image: url(ico-know01.png)*/;
}

.know02 {
  /*background-image: url(ico-know04.png)*/;
}

.know03 {
  /*background-image: url(ico-know05.png)*/;
}

.know04 {
  /*background-image: url(ico-know03.png)*/;
}

.know05 {
  /*background-image: url(ico-know09.png)*/;
}

.know06 {
  /*background-image: url(ico-know07.png)*/;
}

.know07 {
  /*background-image: url(ico-know06.png)*/;
}

.know08 {
  /*background-image: url(ico-know10.png)*/;
}

.know09 {
  /*background-image: url(ico-know08.png)*/;
}

.know10 {
  /*background-image: url(ico-know02.png)*/;
}

html>/**/body #know-tab li a:hover {
  color /*\**/: #fff \9;
  background-color /*\**/: #12439c \9;
}
html>/**/body #know-tab li a:hover:before {
  border-top /*\**/: 7px solid #fff \9;
}

@media only screen and (min-width: 737px) {
  #know-tab li a:hover {
    color: #fff;
    background-color: #12439c;
  }
  #know-tab li a:hover:before {
    border-top: 7px solid #fff;
  }
}
@media only screen and (max-width: 736px) {
  #know {
    padding: 30px 0 10%;
    background: url(../images/bg-cnt-btm.jpg)/*tpa=http://www.toto.co.jp/images/bg-cnt-btm.jpg*/ 50% 100% no-repeat;
  }
  #know h3 {
    margin-bottom: 0;
  }
  #know h3 img {
    height: 18px;
  }
  #know h3 + p {
    margin-bottom: 20px;
    font-size: 85.71429%;
  }

  #know-tab {
    width: 100%;
    margin: -6px 0 0 0;
    padding: 0 2px;
    box-sizing: border-box;
  }
  #know-tab li {
    float: left;
    width: 47.4137%;
    margin: 6px 0 0 0;
    font-size: 85.71429%;
  }
  #know-tab li:first-child,#know-tab li:first-child + li {
    width: 47.4137%;
  }
  #know-tab li a {
    height: 50px;
    padding-left: 0;
  }
  #know-tab li a:before {
    display: none;
  }
  #know-tab li .know01:hover {
    background-image: none;
  }
  #know-tab li .know02:hover {
    background-image: none;
  }
  #know-tab li .know03:hover {
    background-image: none;
  }
  #know-tab li .know04:hover {
    background-image: none;
  }
  #know-tab li .know05:hover {
    background-image: none;
  }
  #know-tab li .know06:hover {
    background-image: none;
  }
  #know-tab li .know07:hover {
    background-image: none;
  }
  #know-tab li .know08:hover {
    background-image: none;
  }
  #know-tab li .know09:hover {
    background-image: none;
  }
  #know-tab li .know10:hover {
    background-image: none;
  }
  #know-tab li:nth-child(even) {
    float: right;
  }
  #know-tab .know-cur a:before {
    border-top: none;
  }
  #know-tab .know-cur .know01 {
    background-image: none;
  }
  #know-tab .know-cur .know02 {
    background-image: none;
  }
  #know-tab .know-cur .know03 {
    background-image: none;
  }
  #know-tab .know-cur .know04 {
    background-image: none;
  }
  #know-tab .know-cur .know05 {
    background-image: none;
  }
  #know-tab .know-cur .know06 {
    background-image: none;
  }
  #know-tab .know-cur .know07 {
    background-image: none;
  }
  #know-tab .know-cur .know08 {
    background-image: none;
  }
  #know-tab .know-cur .know09 {
    background-image: none;
  }
  #know-tab .know-cur .know10 {
    background-image: none;
  }

  .know01 {
    background-image: none;
  }

  .know02 {
    background-image: none;
  }

  .know03 {
    background-image: none;
  }

  .know04 {
    background-image: none;
  }

  .know05 {
    background-image: none;
  }

  .know06 {
    background-image: none;
  }

  .know07 {
    background-image: none;
  }

  .know08 {
    background-image: none;
  }
  
  .know09 {
    background-image: none;
  }
  
  .know10 {
    background-image: none;
  }
}

/*----------------------------------
know-detail
----------------------------------*/
#know-detail {
  padding-left: 2px;
  letter-spacing: -.40em;
}
#know-detail .know-list {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 239px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  *display: inline;
  *zoom: 1;
}
html>/**/body #know-detail .know-list {
  border /*\**/: 1px solid #999 \9;
}
#know-detail .know-list dl {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 160px;
  padding: 0 20px;
  box-sizing: border-box;
}
#know-detail .know-list dt {
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#know-detail .know-list dd {
  margin-top: 5px;
  font-size: 85.71429%;
  text-align: left;
}
#know-detail .know-list a {
  display: block;
  height: 318px;
  overflow: hidden;
}
#know-detail .know-list img {
  width: 100%;
  height: 159px;
}
#know-detail .know-list .know-cen dd {
  text-align: center;
}
#know-detail .know-list:nth-child(even) {
  z-index: 0;
}
#btn-more {
  width: 480px;
  margin: 77px auto 0;
  text-align: center;
  font-weight: bold;
  background: #dee8e9;
}
#btn-more a {
  display: block;
  padding: 20px 0;
}
#btn-more img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

@media only screen and (max-width: 736px) {
  #know-detail {
    width: 100%;
    padding: 0 2px;
    box-sizing: border-box;
  }
  #know-detail .know-list {
    width: 50%;
    margin-top: 10px;
    box-sizing: border-box;
    z-index: 0;
  }
  #know-detail .know-list a {
    height: auto;
  }
  #know-detail .know-list dl {
    width: 50%;
    height: auto;
    padding: 0 10px;
  }
  #know-detail .know-list dt {
    font-size: 100%;
  }
  #know-detail .know-list dd {
    display: none;
  }
  #know-detail .know-list img {
    height: auto;
  }

  #btn-more {
    width: 100%;
    margin: 30px auto 0;
  }
  #btn-more img {
    width: 100px;
  }
}

/*----------------------------------
support
----------------------------------*/
#support {
  padding: 50px 0;
  background: #fff;
}
#support h3 {
  margin-bottom: 7px;
  text-align: center;
}
#support h3 img {
  height: 27px;
}
#support h3 + p {
  margin-bottom: 35px;
  font-size: 128.57143%;
  color: #212121;
  text-align: center;
}
#support .support-list {
  float: left;
  width: 300px;
  margin-left: 30px;
}
#support .support-list a {
  display: block;
}
#support .support-list dl {
  padding-top: 100px;
  text-align: center;
}
#support .support-list dt {
  font-size: 114.28571%;
  font-weight: bold;
}
#support .sup-inq {
  margin-left: 0;
}
#support .sup-inq dl {
  background: url(../images/ico-support01.png)/*tpa=http://www.toto.co.jp/images/ico-support01.png*/ 50% 0 no-repeat;
}
#support .sup-rep dl {
  background: url(../images/ico-support02.png)/*tpa=http://www.toto.co.jp/images/ico-support02.png*/ 50% 0 no-repeat;
}
#support .sup-aft dl {
  background: url(../images/ico-support03.png)/*tpa=http://www.toto.co.jp/images/ico-support03.png*/ 50% 0 no-repeat;
}

@media only screen and (max-width: 736px) {
  #support {
    padding: 30px 0;
  }
  #support h3 {
    margin-bottom: 0;
  }
  #support h3 img {
    height: 20px;
  }
  #support h3 + p {
    margin-bottom: 20px;
    font-size: 85.71429%;
  }
  #support .support-list {
    float: none;
    width: 100%;
    margin: 15px 0 0;
  }
  #support .support-list dl {
    padding: 5px 0 5px 70px;
    text-align: left;
  }
  #support .support-list dt {
    font-size: 100%;
    font-weight: bold;
  }
  #support .support-list dd {
    font-size: 85.71429%;
  }
  #support .sup-inq dl {
    background: url(../images/ico-support01-sp.png)/*tpa=http://www.toto.co.jp/images/ico-support01-sp.png*/ 0 50% no-repeat;
    background-size: 57px auto;
  }
  #support .sup-rep dl {
    background: url(../images/ico-support02-sp.png)/*tpa=http://www.toto.co.jp/images/ico-support02-sp.png*/ 0 50% no-repeat;
    background-size: 57px auto;
  }
  #support .sup-aft dl {
    background: url(../images/ico-support03-sp.png)/*tpa=http://www.toto.co.jp/images/ico-support03-sp.png*/ 0 50% no-repeat;
    background-size: 57px auto;
  }
}

/*----------------------------------
news
----------------------------------*/
#news {
  padding: 35px 0 60px;
  background: #fff;
}
#news h3 {
  margin-bottom: 7px;
  text-align: center;
}
#news h3 img {
  height: 25px;
}
#news h3 + p {
  font-size: 128.57143%;
  color: #212121;
  text-align: center;
}
#news .press-link {
  position: absolute;
  top: 38px;
  right: 0;
}
#news .press-link a {
  padding-right: 27px;
  color: #13449d;
  background: url(../images/ico-arrow.png)/*tpa=http://www.toto.co.jp/images/ico-arrow.png*/ 100% 50% no-repeat;
}

@media only screen and (max-width: 736px) {
  #news {
    padding: 30px 0;
  }
  #news h3 {
    margin-bottom: 0;
  }
  #news h3 img {
    height: 18px;
  }
  #news h3 + p {
    margin-bottom: 10px;
    font-size: 85.71429%;
  }
  #news .press-link {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    text-align: right;
    font-size: 85.71429%;
  }
  #news .press-link a {
    padding-right: 20px;
    background-size: 12px auto;
  }
}

/*----------------------------------
news-tab
----------------------------------*/
#news-tab {
  margin-top: 30px;
  border: 2px solid #13449d;
}
#news-tab li {
  float: left;
  width: 50%;
  font-size: 114.28571%;
  font-weight: bold;
}
#news-tab li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #12439c;
  background: #fff;
}
#news-tab .news-cur {
  position: relative;
}
#news-tab .news-cur a {
  color: #fff;
  background: #13449d;
}
#news-tab .news-cur:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -18px;
  border: 18px solid transparent;
  border-top: 14px solid #13449d;
}

@media only screen and (max-width: 736px) {
  #news-tab {
    margin-top: 10px;
  }
  #news-tab li {
    font-size: 85.71429%;
  }
  #news-tab li a {
    padding: 8px 0;
  }
  #news-tab .news-cur:before {
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 12px solid #13449d;
  }
}

/*----------------------------------
news-detail
----------------------------------*/
#news-detail {
  position: relative;
  margin-top: 37px;
}
#news-detail .news-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#news-detail .news-cur {
  position: relative;
  display: block;
}
#news-detail .news-title {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #13449d;
}
#news-detail .news-title h4 {
  font-weight: bold;
  font-size: 128.57143%;
}
#news-detail .news-title p {
  position: absolute;
  top: 3px;
  right: 0;
}
#news-detail .news-title p a {
  padding-right: 27px;
  color: #13449d;
  background: url(../images/ico-arrow.png)/*tpa=http://www.toto.co.jp/images/ico-arrow.png*/ 100% 50% no-repeat;
}
#news-detail .news-title + ul li {
  position:relative;
  border-bottom: 1px solid #e7ebed;
}
#news-detail .news-title + ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
}
#news-detail .news-title + ul li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
#news-detail .news-title + ul li:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-left: 6px solid #004ca1;
}
#news-detail .news-title + ul li time {
  display: inline-block;
  width: 100px;
  *display: inline;
  *zoom: 1;
}

@media only screen and (max-width: 736px) {
  #news-detail {
    margin-top: 25px;
  }
  #news-detail .news-title {
    padding-bottom: 5px;
  }
  #news-detail .news-title h4 {
    width: 60%;
    font-size: 85.71429%;
  }
  #news-detail .news-title p {
    top: 100%;
    margin-top: -24px;
    font-size: 85.71429%;
  }
  #news-detail .news-title p a {
    padding-right: 20px;
    background-size: 12px auto;
  }
  #news-detail .news-title + ul li {
    font-size: 71.42857%;
  }
  #news-detail .news-title + ul li a {
    padding: 10px 20px 10px 0;
  }
  #news-detail .news-title + ul li time {
    display: block;
    width: auto;
  }
}

/*----------------------------------
important-tab
----------------------------------*/
#important-tab {
  margin-bottom: 35px;
}
#important-tab li {
  float: left;
  display: table;
  margin-left: 6px;
  font-weight: bold;
  font-size: 107.14286%;
  line-height: 1.4;
}
#important-tab li a {
  display: table-cell;
  width: 235px;
  height: 58px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 0 #e1ebf3;
  background: #f0f5f9;
}
#important-tab li a:hover {
  color: #fff;
  background: #83aece;
}
#important-tab li small {
  display: block;
  font-size: 73.33333%;
}
#important-tab li span {
  display: block;
  padding: 0 25px;
}
#important-tab li:first-child {
  margin-left: 0;
}
#important-tab .important-cur a {
  color: #fff;
  background: #83aece;
}

@media only screen and (max-width: 736px) {
  #important-tab {
    margin-bottom: 25px;
  }
  #important-tab li {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 92.85714%;
  }
  #important-tab li a {
    display: table-cell;
    width: 100%;
    height: 50px;
  }
  #important-tab li small {
    display: block;
    font-size: 76.92308%;
  }
  #important-tab li span {
    display: block;
    padding: 0 25px;
  }
  #important-tab li:first-child {
    margin-top: 0;
  }
}

/*----------------------------------
important-list
----------------------------------*/
#important-list {
  position: relative;
}
#important-list .important-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#important-list .important-cur {
  position: relative;
  display: block;
}

/*----------------------------------
product
----------------------------------*/
#product {
  padding: 50px 0 70px;
  background: url(../images/bg-product.png)/*tpa=http://www.toto.co.jp/images/bg-product.png*/ 50% 0 no-repeat;
}
#product h3 {
  margin-bottom: 7px;
  text-align: center;
}
#product h3 img {
  height: 25px;
}
#product h3 + p {
  font-size: 128.57143%;
  color: #fff;
  text-align: center;
}
#product ul {
  width: 960px;
  margin: 45px auto 0;
}
#product li {
  float: left;
  width: 192px;
  background: #fff;
}
#product li span img {
  height: 19px;
}
#product li a {
  display: block;
}
#product li em {
  display: block;
}
#product li span {
  display: table-cell;
  width: 192px;
  height: 192px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 736px) {
  #product {
    padding: 30px 4.6875% 50px;
    background: url(../images/bg-product-sp.png)/*tpa=http://www.toto.co.jp/images/bg-product-sp.png*/ 50% 0 no-repeat;
    background-size: cover;
  }
  #product h3 {
    margin-bottom: 0;
  }
  #product h3 img {
    height: 18px;
  }
  #product h3 + p {
    font-size: 85.71429%;
  }
  #product ul {
    width: 100%;
    margin: 25px auto 0;
  }
  #product li {
    float: none;
    width: 100%;
    font-size: 78.57143%;
  }
  #product li a {
    display: table;
    width: 100%;
  }
  #product li a > img,
  #product li span {
    display: table-cell;
    vertical-align: middle;
  }
  #product li a > img {
    width: 100%;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    #product li:nth-child(even) a > img {
      position: relative;
      right: -1px;
    }
  }
  #product li span img {
    height: 14px;
  }
  #product li span {
    width: 50%;
    height: auto;
  }
}

/*----------------------------------
renovation
----------------------------------*/
#renovation {
  padding-top: 60px;
}
#renovation h4 {
  padding-left: 15px;
  font-size: 128.57143%;
  font-weight: bold;
  border-left: 4px solid #22439c;
  line-height: 1.2;
}
#renovation ul {
  margin-top: 25px;
}
#renovation li {
  float: left;
  display: table;
  width: 300px;
  margin-left: 30px;
  border: 1px solid #d0d8dc;
  box-sizing: border-box;
  background: #fff;
}
#renovation li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 80px;
}
#renovation li img {
  max-height: 40px;
}
#renovation li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 736px) {
  #renovation {
    padding-top: 30px;
  }
  #renovation h4 {
    padding-left: 10px;
    font-size: 92.85714%;
  }
  #renovation ul {
    margin-top: 20px;
  }
  #renovation li {
    float: none;
    display: table;
    width: 100%;
    margin: 10px 0 0;
  }
  #renovation li a {
    height: 60px;
  }
  #renovation li img {
    max-height: 32px;
  }
  #renovation li:first-child {
    margin-top: 0;
  }
}
/*----------------------------------
relevance
----------------------------------*/
#relevance {
  margin-top: 25px;
}
#relevance h4 {
  padding-left: 15px;
  font-size: 128.57143%;
  font-weight: bold;
  border-left: 4px solid #22439c;
  line-height: 1.2;
}
#relevance ul {
  width: 965px;
  margin: 15px 0 0 -5px;
}
#relevance li {
  float: left;
  margin: 5px 0 0 5px;
}

@media only screen and (max-width: 736px) {
  #relevance h4 {
    padding-left: 10px;
    font-size: 92.85714%;
  }
  #relevance ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #relevance li {
    float: left;
    width: 49.3103%;
    margin: 10px 0 0 0;
  }
  #relevance li:nth-child(even) {
    float: right;
  }
}
/*----------------------------------
page-link
----------------------------------*/
#page-link {
  position: fixed;
  top: 50%;
  right: 15%;
  z-index: 1;
  margin-top: -125px;
  font-size: 85.71429%;
}
#page-link span {
  display: none;
  position: relative;
  left: -165px;
  width: 150px;
  padding: 8px 0 10px;
  color: #fff;
  text-align: center;
  background: #22439c;
  *display: inline;
  *zoom: 1;
}
#page-link span:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 9px solid #22439c;
}
#page-link li {
  position: relative;
  margin-top: 50px;
}
#page-link li a {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  background: #f0f5f9;
}
#page-link li a:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #22439c;
}
#page-link li a:hover span {
  display: inline-block;
}
#page-link li:first-child {
  margin-top: 0;
}
#page-link li span {
  top: -14px;
}
#page-link li:first-child + li + li span {
  top: -24px;
}
#page-link .page-cur a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #22439c;
}
#page-link .page-cur span {
  display: inline-block;
}
